home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer CD Series 1997 February: Technology Seed
/
Mac Tech Seed Feb '97.toast
/
OpenDoc 1.2b2c1
/
OpenDoc
/
OpenDoc Utilities
/
Interfaces
/
ErrUtils.h
< prev
next >
Encoding:
Amiga (detected)
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1997-01-01
|
393 b
|
26 lines
|
[
TEXT/MPS
]
/*
File: ErrUtils.h
Contains: xxx put contents here xxx
Owned by: Nick Pilch
Copyright: © 1996 by Apple Computer, Inc., all rights reserved.
Change History (most recent first):
<1> .06.1996 NP first checked in
To Do:
*/
#ifndef _ERRUTILS_
#define _ERRUTILS_
#ifndef __TYPES__
#include <Types.h>
#endif
void ReportErrorSimple(StringPtr errorString);
#endif /* _ERRUTILS_ */